@@ -0,0 +1,21 @@ |
||
| 1 |
+# -*- coding: utf-8 -*- |
|
| 2 |
+# Generated by Django 1.11.26 on 2020-04-29 06:36 |
|
| 3 |
+from __future__ import unicode_literals |
|
| 4 |
+ |
|
| 5 |
+from django.db import migrations, models |
|
| 6 |
+import django_models_ext.fileext |
|
| 7 |
+ |
|
| 8 |
+ |
|
| 9 |
+class Migration(migrations.Migration): |
|
| 10 |
+ |
|
| 11 |
+ dependencies = [ |
|
| 12 |
+ ('integral', '0017_auto_20200407_1118'),
|
|
| 13 |
+ ] |
|
| 14 |
+ |
|
| 15 |
+ operations = [ |
|
| 16 |
+ migrations.AddField( |
|
| 17 |
+ model_name='saleclerksubmitloginfo', |
|
| 18 |
+ name='code_image', |
|
| 19 |
+ field=models.FileField(blank=True, help_text='\u5e8f\u5217\u53f7\u56fe\u7247', null=True, upload_to=django_models_ext.fileext.upload_path, verbose_name='code_image'), |
|
| 20 |
+ ), |
|
| 21 |
+ ] |